Q3ViewPlaneCamera_GetHalfWidth
You can use theQ3ViewPlaneCamera_GetHalfWidth
function to get the half-width of the object specifying a view plane camera.
TQ3Status Q3ViewPlaneCamera_GetHalfWidth ( TQ3CameraObject camera, float *halfWidthAtViewPlane);
camera
- A view plane camera object.
halfWidthAtViewPlane
- On exit, the half-width of the cross section of the viewed object.
DESCRIPTION
TheQ3ViewPlaneCamera_GetHalfWidth
function returns, in thehalfWidthAtViewPlane
parameter, the half-width of the cross section of the viewed object of the camera specified by thecamera
parameter.